home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / misc / graph2d3.lha / Graph2DV3.10 / Functions / Bsp2D.fkt next >
Text File  |  1995-04-29  |  309b  |  15 lines

  1. Graph2D(V1.00) Funktionsliste
  2. a(x)=1/sqrt(x^2)
  3. t(x)=1-x/tan(x)
  4. k(x)=cos(x^2)*x
  5. g=9.80665
  6. Fallstrecke(Zeit)=(1/2)*g*Zeit^2
  7. v(t)=sqrt(2*g*s(t))
  8. g(x)=-0.97+cot(x^2)/2
  9. f(x)=sin(x^2)
  10. s(x)=2*cos((2*pi*x)/2)*sin(10*x)
  11. Normalparabel(x)=x^2
  12. Polynom(x)=-3*x^4+0.5*x^2+12.34
  13. Summe(a,b)=a+b
  14. Doppel(Zahl)=Summe(Zahl,Zahl)
  15.